home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / ESPACIAL / V_FORCE.SWF / scripts / DefineButton2_76 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-07  |  93b  |  8 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("start");
  5.       play();
  6.    }
  7. }
  8.